/* CSS Document */
body {font-family: 'Playfair Display", serif'; font-size: 16px; line-height: 1.5; color:#524f4f; overflow-x: hidden;}

@font-face {
    font-family: 'Playfair Display", serif';
    src: url('../fonts/roboto-regular-webfont.ttf') format('Truetype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/*common Start*/
a, a:hover, a:focus{text-decoration:none; outline:none;}
.transii{-moz-transition: all ease .4s; -webkit-transition: all ease .4s; transition: all ease .4s;}
.modal-open{ overflow-y: auto !important;}
.comhed{color:#74bb2c; position:relative;}
.comhed:after{content: ""; position: absolute; height: 3px; width: 3rem; position: absolute; z-index: 0; bottom: -0.8rem; left: 0; background-color:#d76b2b;}
.comhed.textcent:after{left:calc(50% - 1rem);}
.comhed .spancol{color: #d76b2b;}
.gapsec{margin-top:70px; margin-bottom:70px;}
.genpic{position: relative; display: inline-block; border-radius:5px;}
.genpic img{position:relative; z-index: 1; transition: all .5s; border-radius:5px;}
.genpic:before{position: absolute; left: -40px; bottom: -40px;  content: ""; width: 100%; height: 100%; background-color: #fff3ff; -webkit-transition: all .5s; transition: all .5s;}
.genpic:hover:before{-webkit-transform:translate(5px,5px);transform:translate(5px,5px);}
.genpic img:hover{-webkit-transform:translate(-5px,-5px);transform:translate(-5px,-5px)}
.btn-danger{background-color: #e26224; border-color: #e26224;}
.btn-danger:hover, .btn-danger:focus{background-color: #7cca32; border-color: #7cca32;}
.btn-warning{color: #fff; background-color: #e26224; border-color: #e26224;}
.btn-warning:hover, .btn-warning:focus{background-color: #f3ab42; border-color: #f3ab42;}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover{background:#192f85 !important;}
.combtnn{position:relative;padding: 10px 30px;font-size: 22px;}
#arrowup {display:none; position:fixed; border:none; border-radius: 50px; outline:none; bottom: 25px; right: 25px;  opacity: 1; color: #fff; cursor: pointer; width: 46px; height: 46px; background-color: #e26224; text-align: center; font-size: 21px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
#arrowup:hover {background-color: #79c430;}
.breadsec{background-position:center center; background-size:cover; background-repeat:no-repeat; text-align: center; padding:50px 0; color: #ffffff; position: relative; margin: 0;}
.breadsec::before{content: ""; width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; background-color: rgba(0,0,0,0.5);}	
.breadsec .title{position:relative; margin-bottom: 12px;}
.breadsec .breadcrumb{position:relative; justify-content: center; font-size:17px;}
.breadsec .breadcrumb-item.active{color: #baeb8c;}
.breadsec .breadcrumb-item, .breadsec .breadcrumb-item a{color:#ffffff;}
.breadsec .breadcrumb-item + .breadcrumb-item::before{content: var(--bs-breadcrumb-divider, "/"); color:#ffffff;}
.modal-backdrop.fade{background-color: #f3d5c6;}
.modal .disp{display:flex; justify-content:space-between; align-items:center;}

/* Icon Forward */
.hvr-icon-forward {display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.1s; transition-duration: 0.1s;}
.hvr-icon-forward .hvr-icon {-webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {-webkit-transform: translateX(4px); transform: translateX(4px);}

/* Float Shadow */
.hvr-float-shadow {display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform;}
.hvr-float-shadow:before {pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity;}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {-webkit-transform: translateY(-5px); transform: translateY(-5px);}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before { opacity: 1; -webkit-transform: translateY(5px); transform: translateY(5px);}

/*common end*/

@keyframes slideInDown {
    from {transform: translate3d(0, -100%, 0); visibility: visible;}
	to {transform: translate3d(0, 0, 0);}
}

.mainnavsec.headerbar{background: rgba(255,255,255); animation-duration: 1s; animation-fill-mode: both; animation-name: slideInDown; animation-duration: .5s; transition: all .5s; position:fixed; width:100%; top:0; z-index: 3; -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2); box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .2);}
.mainnavsec.headerbar .navbar-brand img {width: 56px;}
.mainnavsec.headerbar .navbar{padding-top: 5px;padding-bottom: 5px;}
.mainnavsec.headerbar .navbar-brand h1{margin-bottom: 0; font-size: 25px;}
.mainnavsec.headerbar .navbar-brand p {font-size: 14px;}
.uppersec{background:#79c430; font-size: 14px;}
.uppersec .infolist{display:flex; grid-column-gap:2%;}
.uppersec .infolist li{color:#fff; display: flex; align-items: flex-start;}
.uppersec .infolist li a{color:#fff;}
.uppersec .infolist li a:hover, .uppersec .infolist li a:active{color: #622c05;}
.uppersec .infolist li i{margin-right:5px; margin-top:5px;}
.uppersec .infolist li .upinform{display:flex; align-items: flex-start;}
.uppersec .infolist li .divid{margin: 0 5px;}
.uppersec .ritlist{display:flex; grid-column-gap:2%;}
.uppersec .ritlist li{color:#fff; border-left: solid 1px rgba(255,255,255,.7); padding-left: 10px;}
.uppersec .ritlist li:first-child{border-left:none; padding-left:none;}
.uppersec .ritlist li a{color:#fff;}
.uppersec .ritlist li a:hover, .uppersec .ritlist li a:active{color: #622c05;}
.uppersec .ritlist li i{margin-right:5px;}
.mainnavsec .navbar-brand{display: flex;grid-column-gap: 4%;align-items: center;}
.mainnavsec .navbar-brand img{width: 110px;}
.mainnavsec .navbar-brand h1{color:#192f85;margin-bottom: 2px;}
.mainnavsec .navbar-brand p{font-size: 23px;}
.mainnavsec .nav-item{font-size:22px; margin-left: 20px;}
.mainnavsec .newarrive{color: #fff !important; background: #e26224;border-radius: 20px;padding-top: 5px;padding-bottom: 5px;margin-top: 2px;padding-left: 15px !important;padding-right: 15px !important;}
.mainnavsec .newarrive:hover, .mainnavsec .newarrive:focus{color:#ffffff !important; background:#79c430;}
.mainnavsec .nav-link.newarrive{&:hover:before, &:hover:after{opacity:0;}}
.mainnavsec .nav-link{position:relative; color: rgba(0,0,0,.75) !important;}
.mainnavsec .nav-link{
	&:before, &:after{content: ''; position: absolute; width: 0; height: 1px; background: #854516; transition: .5s; opacity: 0; border-top:none;}
	&:before{top: 0; left: 0;}
	&:after{bottom: 0; right: 0;}
	&:hover:before, &:hover:after{opacity: 1; width: 100%; transition: .5s;}
}
.mainnavsec .nav-link:hover{color:#854516 !important;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active:hover{border-top: solid 1px #e26224; border-bottom: solid 1px #e26224; color:#e26224 !important;}
.navbar-light .navbar-nav .nav-link.active:hover{&:hover:before, &:hover:after{opacity:0;}}
.mainnavsec .careticonn i{font-size: 13px;}
.mainnavsec .dropdown-item.active, .mainnavsec .dropdown-item:active{background-color: #e26224 !important;}
.mainnavsec .dropdown-item:hover{background-color: #f6e8e1;}
.homeslidee .carousel{height:540px;}
.homeslidee .carousel .carousel-inner, .homeslidee .carousel .carousel-item{height:100%;}
.homeslidee .carousel .carousel-item .picc{background-repeat:no-repeat; background-position:center center; background-size:cover; height:100%;}
.homeslidee .carousel-indicators [data-bs-target]{background-color: #192f85; height: 5px;}
.homeslidee .carousel-control-next-icon{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237c1d7c'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
.homeslidee .carousel-control-prev-icon{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237c1d7c'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");}
.welsec{margin-bottom:0; background-image:url(../images/bookpic2.jpg);padding-top: 150px; background-repeat: no-repeat;background-position: center center;background-size: cover;height: 1000px;position: relative;}
.welsec .cornerpic{position:absolute; bottom:0; right:0;}
.welsec .cornerpic img{width:300px;}
.welsec .rittpicc{padding: 12px;border: solid 4px #f2e5af;width: 76%;border-radius: 5px; margin-left: 48px;}
.welsec .rittpicc img{width: 100%; height: 600px;}
.welsec .leftsecc{position: relative;}
.welsec .leftsecc .contsec{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); padding: 20px; width: 530px;}
.welsec .leftsecc .contsec p{color: #332d03;font-size: 26px;line-height: 30px; text-align:justify;}

.wellsecc{background-image: url(../images/bookbac.jpg); background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;}
.wellsecc .ovlayy{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background:rgba(255, 234, 202, 0.88);}
.wellsecc .hightxt{color: #192f85; border-left:solid 4px #d76b2b; background: #fff6ef; margin-bottom:50px; text-align:justify;}
.wellsecc .paracons p{font-size:18px; text-align:justify;}
.wellsecc .exptxt{text-align:justify; color:#b35117;border: dashed 3px #d76b2b;padding: 10px;margin-top: 50px;}

.introbooksecc{background-image: url('https://c7.alamy.com/comp/RF1K7X/young-girl-is-reading-book-close-and-open-books-in-different-positions-near-the-student-learning-and-education-relaxation-and-enjoyment-concept-des-RF1K7X.jpg'); background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;}
.introbooksecc .ovlayy{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255, 242, 222, 0.8);}
.introbooksecc .hightsec{background: #d07d4e;color: #fff;border-color: #8d3d0d; -moz-box-shadow:rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; -webkit-box-shadow:rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; box-shadow:rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;}
.introbooksecc .paracons{border: dashed 4px #d07d4e;padding: 14px;background: #fff;font-size: 18px;}
.aboutsec .featurebox{background: #fff; border-top: solid 5px #d76b2b;padding: 15px 8px; -moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.aboutsec .featurebox i{background-color: #d76b2b; color: #ffffff; font-size: 20px; width:60px; height:60px; line-height:60px; border-radius:50%; text-align:center;}
.aboutsec .featurebox h4{color: #d76b2b; font-size: 24px;}
.aboutsec .featurebox:hover{border-top: solid 5px #74bb2c;}
.aboutsec .featurebox:hover i{background-color:#74bb2c;}
.aboutsec .featurebox:hover h4{color:#74bb2c;}
.aboutsec .firstsec{background-image: url(../images/whitebactext.jpg); background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;}
.aboutsec .firstsec .ovlayyer{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.2);}
.aboutsec .listfit{font-size: 18px;}
.aboutsec .monksec{background:rgba(215,107,43,.1); background-image: url(../images/colormix.png);background-size: cover;background-position: center center;background-repeat: no-repeat;}
.aboutsec .monksec .monkk{text-align:justify; border-left: solid 4px #d76b2b;padding-left: 10px;margin-bottom: 15px;background: #ffd7bf;padding: 8px;border-radius: 5px;}
.aboutsec .monksec .knowtxt{text-align: justify;padding-right: 30px;}
.aboutsec .misvissec{background-image: url(../images/lightbg.jpg); background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;}
.aboutsec .misvissec{font-size: 18px;}
.aboutsec .misvissec .list-unstyled li i{width: 20px;}



.booklistsec{background-image: url(../images/bookbac.jpg); background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;}
.booklistsec .ovlayy{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.8);}
.booklistowl .owl-item .item{position: relative; padding: 20px; text-align: center;}
.booklistowl .owl-item .item img{background: #f4f4f4; padding: 10px; height: 220px; width:160px; margin-left: auto; margin-right: auto; box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; object-fit: cover; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s;}
.booklistowl .owl-item .item h4{color: #192f85; font-size: 22px;  margin-top: 20px; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; text-transform: capitalize;}
.booklistowl .owl-item .item:hover h4{color:#df6f31;}
.booklistowl .owl-dots{display:none;}
.booklistowl .owl-nav{position: absolute; top: -74px; right: 20px;}
.booklistowl.owl-carousel .owl-nav button.owl-prev, .booklistowl.owl-carousel .owl-nav button.owl-next{width: 40px; height: 40px; line-height: 40px; font-size: 40px; background: #79c430; color:#fff;}
.booklistowl.owl-carousel .showsec{position: absolute; top: 25px; right:18px; z-index: 1; display:none; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s;}
.booklistowl .owl-item .item:hover .showsec{display:block;} 
.booklistowl.owl-carousel .showsec .single{display:block; width: 40px;height: 40px;line-height: 43px;font-size: 20px;text-align: center;background: rgba(248, 184, 100, 0.36);color: #79c430;box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
.booklistowl .linebtn .btn{padding: 2px 5px;font-size: 12px;}
.booklistowl .linebtn .btn .buybtn{background-color: #e68c0f;color: #fff2df;font-weight: bold;}
.booklistowl .linebtn .btn .viewbtn{background-color: #79c430; border-color: #79c430;}
.booklistowl .linebtn .btn .viewbtn:hover, .booklistowl .linebtn .btn .viewbtn:focus{background-color: #192f85; border-color: #192f85;}
footer .upperfoot{background: #d96d31;}
footer .linklist li{grid-column-gap: 2%; border-bottom: dashed 1px rgba(250,230,200,.9); padding-bottom: 10px; margin-bottom: 10px; margin-left:0;}
footer .linklist li i{font-size: 12px; color:#fff;}
footer .linklist li a{color:#fae6c8; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s;}
footer .linklist li:hover{margin-left:5px;}
footer .linklist li a:hover{color: #ffffff;}
footer .footlogo img{width: 130px; filter: brightness(0) invert(1); margin-bottom: 10px;}
footer .footlogo h2{color:#fae6c8;margin-bottom: 2px;}
footer .footlogo .textt{font-size: 18px;color: #fff;}
footer .sociallist{display:flex; grid-column-gap:3%;}
footer .sociallist li a{color: #fff;}
footer .sociallist li a:hover, footer .sociallist li a:focus{opacity:0.7;}
footer .sociallist li a i{font-size:20px;}
footer .conlist li{font-size: 15px; display: grid; grid-template-columns: 10% 80%; grid-column-gap: 1%;}
footer .conlist li i{margin-top: 5px; background: #854516;width: 24px;height: 24px;border-radius: 5px;line-height: 24px;text-align: center;color: #fff; font-size: 13px;}
footer .conlist li p a{color:#fae6c8;}
footer .conlist li p a:hover, footer .conlist li p a:focus{color:#ffffff;}
footer .conlist li .opeen{font-size: 17px;}
footer .conlist li .openday{color: #fff;margin-bottom: 0;}
footer .conlist li .closedday{color: #fae6c8;}
footer .lowersec{background: #854516;}
footer .lowersec .compname{color: #79c430;}
footer .addressboxx .conlist li{display: block;}
footer .addressboxx h5{color: #fae6c8; display:flex; grid-column-gap:2%;}

.teamsec .teamowl .teamboxx{display:grid; grid-template-columns:49% 49%; grid-column-gap:2%; justify-content:space-between; align-items:center;}
.teamsec .teamowl .teamboxx .onebox{display:grid; grid-template-columns:30% 67%; grid-column-gap:2%; justify-content:space-between; align-items:center; background: #854516; border-radius: 15px; padding: 30px 15px;}
.teamsec .teamowl .piccon{background:#fdd192; position:relative; transition: 0.2s; border-radius: 50%; border: 1px solid #7c1d7c; width: 180px; height: 180px;}
.teamsec .teamowl .piccon img{width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: solid 1px transparent; padding: 2px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.teamsec .teamowl .onebox:hover .piccon img{-moz-transform:scale(0.9); -webkit-transform:scale(0.9); -o-transform:scale(0.9); border: solid 1px #ca7b12;}
.teamsec .teamowl  h5{font-size: 22px; color: #ffffff;}
.teamsec .teamowl  h6{text-transform:uppercase; color: #fcd79a;}
.teamsec .teamowl .hrdec{width: 50px; background-color: #fcd79a;opacity: .85; -moz-transition: all ease .4s; -webkit-transition: all ease .4s; transition: all ease .4s;}
.teamsec .teamowl .onebox:hover .hrdec{width: 80px;} 
.teamsec .teamowl .owl-dots{display:none;}
.teamsec .teamowl.owl-carousel .owl-nav button.owl-prev, .teamsec .teamowl.owl-carousel .owl-nav button.owl-next{margin-top:20px; width: 40px; height: 40px; line-height: 40px; font-size: 40px; background: #79c430; color:#fff;}

.teamsec{background-image: url(../images/textbac.jpg);background-position: center center;background-repeat: no-repeat;background-size: cover;}
.teamsec .teamslider .onebox{text-align:center; position:relative; padding-bottom:28px;}
.teamsec .teamslider .onebox .piccon{margin-left: auto; margin-right: auto;  transition: 0.2s; border-radius: 50%; width: 220px; height: 220px;}
.teamsec .teamslider .onebox .piccon img{width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
/*.teamsec .teamslider .onebox .piccon{margin-left: auto; margin-right: auto; background:#fdd192; position:relative; transition: 0.2s; border-radius: 50%; border: 1px solid #d76b2b; width: 220px; height: 220px;}
.teamsec .teamslider .onebox .piccon img{width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: solid 1px transparent; padding: 2px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.teamsec .teamslider .onebox:hover .piccon img{-moz-transform:scale(0.9); -webkit-transform:scale(0.9); -o-transform:scale(0.9); border: solid 1px #ca7b12;}*/
.teamsec .teamslider  h5{font-size: 22px; color: #192f85; margin-top: 20px; text-transform:capitalize;}
.teamsec .teamslider  h6{text-transform:uppercase; color: #d76b2b; margin-top: 30px; letter-spacing: 2px;}
.teamsec .teamslider .hrdec{width: 50px; background-color: #192f85; opacity: 100; margin-left: auto; margin-right: auto; -moz-transition: all ease .4s; -webkit-transition: all ease .4s; transition: all ease .4s;}
.teamsec .teamslider .onebox:hover .hrdec{width: 80px;} 
.teamsec .teamslider .owl-dots{display:none;}
.teamsec .teamslider .owl-nav{position: absolute; top: -100px; right: 20px;}
.teamsec .teamslider.owl-carousel .owl-nav button.owl-prev, .teamsec .teamslider.owl-carousel .owl-nav button.owl-next{margin-top:20px; width: 40px; height: 40px; line-height: 40px; font-size: 40px; background: #79c430; color:#fff;}
.teamsec .teamslider .onebox .lyqp-overlay{position:absolute; right:30%; bottom:0; visibility:hidden; transform:translateY(135%); transition:.3s}
.teamsec .teamslider .onebox .lyqp-overlay .knowbtn{background-color:#192f85;}
.teamsec .teamslider .onebox .lyqp-overlay .knowbtn:hover, .teamsec .teamslider .onebox .lyqp-overlay .knowbtn:focus{background-color:#74bb2c; border-color:#74bb2c;}
.teamsec .teamslider .onebox:hover .lyqp-overlay{visibility:visible; transform:translateY(0); transition:.3s}
.picscon{border-radius:20px; height:270px; overflow:hidden; position:relative;}
.picscon img{width:100%; height:100%; overflow:hidden; border-radius:5px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.picscon:hover img{-webkit-transform: scale(1.3); transform: scale(1.3);}
.picscon .nameread{position:absolute; bottom:0; left:0; width:100%; margin-bottom:0; text-align: center; padding: 15px; display: flex; justify-content: space-between; align-items: center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(to bottom, rgba(124,20,124,0.9) 0%,rgba(0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(to bottom, rgba(124,20,124,0.9) 0%,rgba(0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(124,20,124,0.9) 0%,rgba(0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.picscon .nameread h4{color: #fff; font-weight: bold; font-size: 22px; margin-bottom:0;} 
.picscon .nameread .icospan{float: right;font-size: 27px;}
.picscon:hover .nameread{-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(to bottom, rgba(250,101,125) 0%,rgba(241,71,10) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(to bottom, rgba(250,101,125) 0%,rgba(241,71,10) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(250,101,125) 0%,rgba(241,71,10) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */}

.homeauthorsec{background-image: url(../images/bactexture.jpg); background-repeat: no-repeat;background-position: center center;background-size: cover;}
.homeauthorsec .authorbox{display:flex; align-items:center; justify-content:center;}
.homeauthorsec .authorbox .oneauth{display:flex; align-items:center;}
.homeauthorsec .authorbox .authorpic{width: 250px; height: 250px;}
.homeauthorsec .authorbox .authorpic img{height: 100%; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.homeauthorsec .authorbox .authname{background:#81c732; height: 250px;  width: 250px; position:relative;}
.homeauthorsec .authorbox .authname .midd{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;padding: 15px;}
.homeauthorsec .authorbox .authname h4{color:#fff; margin-top:0; text-transform: capitalize; font-size: 20px;}
.homeauthorsec .authorbox .authname h6{color: #192f85;}
.homeauthorsec .authorbox .authname p{margin-bottom:0; max-height: 130px; overflow: hidden;}
.homeauthorsec .authorbox .bodrit{border-right: solid 1px #b5de8680;}
.homeauthorsec .authorbox .authname:before {content: ''; border-right: 25px solid #81c732; border-top: 25px solid transparent; border-bottom: 25px solid transparent; position: absolute; left: 0; top: 50%; transform: translate(-50%,-50%);}
.homeauthorsec .authorbox .authname.alterr:after {content: ''; border-left: 25px solid #81c732; border-top: 25px solid transparent; border-bottom: 25px solid transparent; position: absolute; right: 0; top: 50%; transform: translate(50%,-50%);}
.homeauthorsec .authorbox .authname.alterr:before{display:none;}
.enquirybtnn{background-color: #79c430; border-color: #79c430; padding: 10px 30px; font-size: 22px; z-index:2; position:fixed; top:200px; right:10px; border-radius:50px;}
.enquirybtnn:hover, .enquirybtnn:focus{background-color: #ff8448; border-color: #ff8448;}
.enquirymodall .modal-dialog{margin-right: 10px;margin-top: 255px; max-width: 380px;}
.enquirymodall .modal-content{background-color: #f1a841; border: none; border-radius: 15px;}
.enquirymodall .input-group-text{background-color: #df6b2c; color:#ffffff; border: 1px solid #df6b2c;}
.enquirymodall .disp .titile{color:#192f85;}
.enquirymodall .dividd{background-color: #fff;opacity: .55;}
.enquirymodall .modal-header{border-bottom: 1px solid #ffffff;}
.enquirymodall .form-control{border: 1px solid #df6b2c;}
.enquirymodall .form-control:hover, .enquirymodall .form-control:focus{border: 1px solid #df6b2c;}
.enquirymodall .btndec{background-color: #192f85; border-color: #192f85;}
.enquirymodall .btn-close{background:{transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;}}
.authormodd .modal-content{background-color: #f1a841; border: none; border-radius: 15px;}
.authormodd .modal-title{color: #fff0b5;}
.authormodd .modal-body label{color:#fff3c5;}
.authormodd .modal-body label i{color:#fff0b5;}
.authormodd  textarea{height:98px;}
.authormodd .form-control{border: 1px solid #fff0b5; background-color: #faeebf;}
.authormodd .form-control:hover, .authormodd .form-control:focus{box-shadow:none; outline:none; background-color: #ffffff;}
.authormodd .form-control::file-selector-button{color: #ffffff; background-color: #cea70d;}
.authormodd .modal-header{border-bottom: 1px solid #fff0b5;}
.authormodd .btndec{background-color: #192f85; border-color: #192f85;}
.authormodd .btn-close{background:{transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%fff0b5'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;}}
.listsec .search .form-control{border-color: #79c430;padding: 15px 10px; font-size: 18px;}
.listsec .search .btn{padding: 15px 15px;font-size: 18px;background-color: #79c430;border-color: #79c430; color:#fff;}
.listsec .catsidesec .nav-link{text-align:left; border-bottom: dashed 2px #efaa41; font-size: 21px; color: #c47e14;}
.listsec .catsidesec .nav-link:hover{background-color: #faf7f3;}
.listsec .catsidesec .nav-pills .nav-link.active, .listsec .catsidesec .nav-pills .show > .nav-link{background-color: #efaa41; color: #fff;}
.listsec .tab-content{margin-left:40px;}
.listsec .list-group-wrapper .bookinfo{display:grid; grid-template-columns:30% 65%; grid-column-gap:3%; margin-bottom: 40px; border-bottom: solid 1px #e7e2e2; padding-bottom: 40px;}
.listsec .list-group-wrapper .bookinfo:hover{border-bottom: solid 1px #79c430;}
.listsec .list-group-wrapper .bookinfo:hover .picbook{border-image: radial-gradient(#0000 91%,#e26224 0).06%/1.2px;}
.listsec .list-group-wrapper .bookinfo .picbook{text-align: center; background: #f8f8f8; padding: 20px; -moz-transition: all ease .4s; -webkit-transition: all ease .4s; transition: all ease .4s;}
.listsec .list-group-wrapper .bookinfo .picbook img{width: 145px; height: 200px; -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;}
.listsec .list-group-wrapper .bookinfo .booktext .namee{color: #79c430; max-width: 400px; text-transform: capitalize;}
.listsec .list-group-wrapper .bookinfo .booktext .authorname{color:#192f85; text-transform: capitalize;}
.listsec .list-group-wrapper .bookinfo .booktext .para{margin-top: 20px; overflow: hidden; height: 75px;}
.listsec .list-group-wrapper .bookinfo .booktext{position:relative;}
.listsec .list-group-wrapper .decbtnn{position: absolute;right: 0;top: 20px;width: 100%;justify-content: flex-end; grid-column-gap:1%;}
.listsec .grid-group-wrapper .informationbox{display:grid; grid-template-columns:32% 32% 32%; grid-column-gap:3%; margin-bottom:40px;}
.listsec .grid-group-wrapper .bookinfo{position:relative;}
.listsec .grid-group-wrapper .bookinfo:hover .picbook{border-image: radial-gradient(#0000 91%,#e26224 0).06%/1.2px;}
.listsec .grid-group-wrapper .bookinfo .picbook{height: 270px; text-align: center; background: #f8f8f8; padding: 20px; -moz-transition: all ease .4s; -webkit-transition: all ease .4s; transition: all ease .4s;}
.listsec .grid-group-wrapper .bookinfo .picbook img{width: 145px; height: 200px; -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;}
.listsec .grid-group-wrapper .bookinfo .booktext .namee{color: #79c430; font-size: 24px; text-transform: capitalize; height: 58px; overflow: hidden;}
.listsec .grid-group-wrapper .bookinfo .booktext .authorname{color:#854516;}
.listsec .grid-group-wrapper .bookinfo .booktext .para{display:none;}
.listsec .grid-group-wrapper .bookinfo .booktext{margin-top: 20px;}
.listsec .grid-group-wrapper .bookinfo{margin-bottom: 50px;}
.listsec .grid-group-wrapper .badge{position: absolute; top: 0; right: 0;}
.listsec .grid-group-wrapper .decbtnn{grid-column-gap: 2%;}
.listsec .decbtnn .btn{padding: 2px 5px;font-size: 12px;}
.listsec .decbtnn .buybtn{background-color: #e68c0f;color: #fff2df;font-weight: bold;}
.listsec .decbtnn .downbtn{background: #192f85;}
.listsec .badge{background-color:#e26224;}
.listsec .well{text-align: right;margin-bottom: 20px; margin-bottom:20px; font-size: 20px;}
.listsec .well a{font-size: 20px;color: #333333;margin-left: 20px;}
.listsec .well a:active, .listsec .well a:focus, .listsec .well a:hover{color:#e26224;}
.listsec .well a.active{color:#e26224;}
.listsec .searchseclist h4{color: #192f85;}
.listsec .searchseclist .form-control, .listsec .searchseclist .form-select{border-color: #79c430; background: #f8fef3; font-size: 17px;}
.listsec .searchseclist .form-control:hover, .listsec .searchseclist .form-select:hover, .listsec .searchseclist .form-control:focus, .listsec .searchseclist .form-select:focus{box-shadow:none; outline:none; border-color: #192f85;}
.listsec .searchseclist .input-group-text{background: #79c430;color: #fff;}
.listsec .searchseclist .serchbtnn{background-color: #79c430;border-color: #79c430; box-shadow:none; outline:none; padding: .3rem 1rem;}
.listsec .searchseclist .serchbtnn:hover, .listsec .searchseclist .serchbtnn:focus{background-color: #192f85;border-color: #192f85;}
.listsec .searchseclist .form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23000000' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important; background-repeat: no-repeat !important; background-position: right .75rem center !important; background-size: 16px 12px !important;}
.bookdelmodd .modal-content{border-radius:15px;}
.bookdelmodd .bacbookname{border-radius: 15px 15px 0 0; background-color:#79c430;}
.bookdelmodd .btn-close{position: absolute;right: -14px;top: -17px;background-color: #e26224;width: 24px;height: 23px;color: #fff;opacity: 100;line-height: 24px;font-size: 18px;}
.bookdelmodd .detailinfo{background-color: rgba(249, 230, 215, 0.8); box-shadow: inset 0px 0px 0px 3px #9ad065; border-radius: 0 0 15px 15px; position:relative;}
.bookdelmodd .detailinfo .ovlaypic{position:absolute; top:0; left:0; width:100%; height:100%; background-image:url(../images/colormix.png); background-repeat: no-repeat;background-position: center center;background-size: cover;}
.bookdelmodd .detailinfo .paratxt{text-align:justify;}
.bookdelmodd .detailinfo .bookpic{border-radius:15px; overflow:hidden; position:relative; border: solid 3px #e26224; padding: 3px;}
.bookdelmodd .detailinfo .bookpic img{width:100%; height:100%; overflow:hidden; object-fit: cover; border-radius:15px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.bookdelmodd .detailinfo .bookpic:hover img{-webkit-transform: scale(1.3); transform: scale(1.3);}
.contactsec{background-repeat: no-repeat;background-position: center center;background-size: cover;}
.contactsec .formsec{background: #fff6e9;padding: 20px;border-radius: 10px; -webkit-box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px; -moz-box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px; box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.contactsec .formsec .form-control{background:transparent; border-bottom:solid 1px #e26224 !important; border:none; border-radius:0; -moz-transition: all ease .4s; -webkit-transition: all ease .4s; transition: all ease .4s;}
.contactsec .formsec .form-control:hover, .contactsec .formsec .form-control:focus{box-shadow:none; outline:none; border-bottom:solid 1px #67b617 !important;}
.contactsec .formsec .input-group-text{color:#d76b2b; background:transparent; border-bottom:solid 1px #e26224 !important; border:none; border-radius:0; -moz-transition: all ease .4s; -webkit-transition: all ease .4s; transition: all ease .4s;}
.contactsec .formsec .input-group:focus .input-group-text{border-bottom:solid 1px #67b617 !important; color:#74bb2c;}
.contactsec .conview{display:grid; grid-template-columns:23% 23% 23% 23%; grid-column-gap:2%;}
.contactsec .conview .singbox{margin-bottom:30px; color: #d76b2b; background: rgba(255,255,255,.6); padding: 30px 10px; border-radius: 15px; border: solid 1px #e26224; font-size: 18px; background-image: url(../images/bactexture.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
.contactsec .conview .singbox:hover{box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; background: rgba(255,255,255,.8); background-image: url(../images/whitebactext.jpg);}
.contactsec .conview .singbox .hedd{color:#192f85; margin-bottom: 15px;}
.contactsec .conview .singbox .hedd span{color:#74bb2c;}
.contactsec .conview .singbox .infocont{grid-column-gap:2%; align-items:flex-start; display:flex;}
.contactsec .conview .singbox .infocont i{margin-top: 10px;font-size: 14px;}
.contactsec .conview .singbox a{color:#d76b2b;}
.contactsec .conview .singbox a:hover, .contactsec .conview .singbox a:focus{color:#e26224;}
.contactsec .mapsec{height: 408px; background: #f4f4f4; padding: 20px; border-radius: 10px; border: solid 1px #e1e1e1;}
.contactsec .mapsec iframe{width:100%; height:100%; border:0;}



.contacttcon{background-repeat: no-repeat;background-position: center center;background-size: cover;}
.contacttcon .condetail .offname{padding: 15px;color: #ffffff;border-radius: 15px 15px 0 0;margin: 0;border: none;}
.contacttcon .condetail .bodd{height: 332px; overflow:hidden; position:relative; background-image: url(../images/bactexture.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; padding: 15px; -moz-transition: all ease .4s; -webkit-transition: all ease .4s; transition: all ease .4s;}
.contacttcon .condetail .bodd:hover{box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; background: rgba(255,255,255,.8); background-image: url(../images/whitebactext.jpg); background-size: cover; background-repeat: no-repeat; }
.contacttcon .condetail .bodd .singg{display: flex;grid-column-gap: 4%; margin-bottom: 15px;}
.contacttcon .condetail .bodd .singg .icoo{font-size: 16px;margin-top: 6px;color: #ffffff;width: 35px;height: 35px;line-height: 35px;border-radius: 5px;text-align: center;}
.contacttcon .condetail .bodd .singg .parainn{font-size: 18px;line-height: 23px;margin-bottom: 0;}
.contacttcon .condetail .bodd .singg .parainn.mailtxt i{margin-top: 5px;margin-right: 5px;font-size: 14px;}
.contacttcon .condetail .bodd .singg .parainn.mailtxt{line-height:25px;}
.contacttcon .condetail .bodd .singg .parainn.mailtxt.lastt a{margin-top:10px;}
.contacttcon .condetail .bodd .singg .inn{width:100%;}
.contacttcon .condetail .bodd .singg:last-child{margin-bottom:0;}
.contacttcon .condetail.orange .offname{background: #d76b2b;}
.contacttcon .condetail.orange .bodd{border: dashed 2px #e26224;}
.contacttcon .condetail.orange .bodd .singg .parainn{color: #ca5b1a;}
.contacttcon .condetail.orange .bodd .singg .parainn a{color: #ca5b1a;}
.contacttcon .condetail.orange .bodd .singg .icoo{background: #d76b2b;}
.contacttcon .condetail.green .offname{background: #79c430;}
.contacttcon .condetail.green .bodd{border: dashed 2px #599e15;}
.contacttcon .condetail.green .bodd .singg .parainn{color: #448208;}
.contacttcon .condetail.green .bodd .singg .parainn a{color: #448208;}
.contacttcon .condetail.green .bodd .singg .icoo{background: #599e15;}
.contacttcon .condetail.blue .offname{background: #192f85;}
.contacttcon .condetail.blue .bodd{border: dashed 2px #192f85;}
.contacttcon .condetail.blue .bodd .singg .parainn{color: #192f85;}
.contacttcon .condetail.blue .bodd .singg .parainn a{color: #192f85;}
.contacttcon .condetail.blue .bodd .singg .icoo{background: #192f85;}
.contacttcon .formsec{background: #fff6e9;padding: 20px;border-radius: 10px; -webkit-box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px; -moz-box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px; box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.contacttcon .formsec .form-control{background:transparent; border-bottom:solid 1px #e26224 !important; border:none; border-radius:0; -moz-transition: all ease .4s; -webkit-transition: all ease .4s; transition: all ease .4s;}
.contacttcon .formsec .form-control:hover, .contacttcon .formsec .form-control:focus{box-shadow:none; outline:none; border-bottom:solid 1px #67b617 !important;}
.contacttcon .formsec .input-group-text{color:#d76b2b; background:transparent; border-bottom:solid 1px #e26224 !important; border:none; border-radius:0; -moz-transition: all ease .4s; -webkit-transition: all ease .4s; transition: all ease .4s;}
.contacttcon .formsec .input-group:focus .input-group-text{border-bottom:solid 1px #67b617 !important; color:#74bb2c;}
.contacttcon .mapsec{height: 408px; background: #f4f4f4; padding: 20px; border-radius: 10px; border: solid 1px #e1e1e1;}
.contacttcon .mapsec iframe{width:100%; height:100%; border:0;}
.contacttcon .showmapbtn{position: absolute;right: 0;bottom: 0;}
#target, #target2, #target3{background:#ffffff; width:100%; height:90%; position:absolute; top:0; left:0; display:none;}
.Hide{display:none;}
.viewmaapp iframe{width:100%; height:100%; border:0;}{}

.albumsec{position:relative; background-repeat: no-repeat;background-position: center center;background-size: cover;}
.upperpicc{position: absolute;top: 0;left: 0;width: 100%; background: rgba(255,255,255,.5); height: 70px;}
.upperpicc img{width:100%; height:100%; object-fit: cover;}
.conleftimage{position: absolute;left: 40px;top: 100px;}
.conritimage{position: absolute;right: 40px;top: 100px;}
.hovereffect{width:100%; margin-bottom: 30px;}
.hovereffect .overlay{width:100%;height:100%;overflow:hidden}
.hovereffect .overlay:before,.hovereffect img{-webkit-transition:opacity .35s,-webkit-transform .45s}
.hovereffect{float:left;position:relative;text-align:center;cursor:default;}
.hovereffect .divi{overflow: hidden;position: relative; width: 100%;}
.hovereffect .overlay{position:absolute;top:0;left:0;padding:3em;text-align:left; height: 100%;}
.hovereffect img{display:block;position:relative;max-width:none;width:calc(100% + 60px);transition:opacity .35s,transform .45s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}
.hovereffect .namee{text-transform:capitalize;color:#fff;position:relative; margin:0; text-align:left}
.hovereffect .overlay:before{position:absolute;top:20px;right:20px;bottom:20px;left:20px;border:1px solid #fff;content:'';opacity:0;transition:opacity .35s,transform .45s;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}
.hovereffect:hover img{opacity:.6;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.hovereffect:hover .overlay:before,.hovereffect:hover a,.hovereffect:hover p{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.hovereffect .albumname{background: #e26224; padding: 10px; overflow: hidden; height: 68px;}
.hovereffect:hover .albumname{background: #79c430;}
.hovereffect .albumname a{color:#ffffff;}
.hovereffect .viewico {position: absolute;top: 40%;left: 40%; opacity: 0; filter: alpha(opacity=0); -webkit-transition: opacity 0.35s, -webkit-transform 0.45s; transition: opacity 0.35s, transform 0.45s; -webkit-transform: translate3d(-10px,0,0); transform: translate3d(-10px,0,0);}
.hovereffect:hover .viewico{opacity: 1; filter: alpha(opacity=100); -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0);}
.hovereffect .viewico a{color: #e26224; font-size: 30px;box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;background: #ffffffde;padding: 6px;border-radius: 5px;}
.gallerysec{position:relative; background-repeat: no-repeat;background-position: center center;background-size: cover;}
.gallerysec .dec{border: 1px solid #ffffff; background:#ffffff; overflow: hidden; padding: 5px; border-radius: 5px; width: 100%; height: 265px; -webkit-box-shadow:0 0 12px rgba(0, 0, 0, 0.1); -moz-box-shadow:0 0 12px rgba(0, 0, 0, 0.1); box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);}
.gallerysec.gallery-block.compact-gallery .item{overflow: auto; margin-bottom: 0; 0opacity: 1; height: auto; margin-bottom: 30px;}
.gallerysec .posrel{position:relative;}
.gallerysec .captionn{text-transform: capitalize; position: absolute;right: 5px;bottom: -13px;background: #79c430;margin: 0;color: #ffffff;padding: 6px;border-radius: 3px;width: 90%;font-size: 16px;height: 62px;overflow: hidden;line-height: 20px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.gallerysec .posrel:hover .captionn{-webkit-transform: translateY(-5px); transform: translateY(-5px);}
.generalsec{background:#fff9f5;}
.generalsec .segmentgen{position:relative; margin-bottom: 60px; background: #ffffff; border-radius:10px; width: 90%; margin-left: auto; -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
.generalsec .segmentgen .secon{position:absolute; top:0; left:0;}
.generalsec .segmentgen .secon .badge{background: #79c430; position:relative;  border-radius: 0 0.156em 0.156em 0; font-size: 16px; -moz-box-shadow: -1px 2px 3px rgba(0,0,0,0.5); -webkit-box-shadow: -1px 2px 3px rgba(0,0,0,0.5); box-shadow: -1px 2px 3px rgba(0,0,0,0.5);}
.generalsec .segmentgen .secon .badge:before, .generalsec .segmentgen .secon .badge:after{position:absolute; content: ''; display: block;}
.generalsec .segmentgen .secon .badge:before{width: 20px; height: 100%; padding: 0 0 0.438em; left: -20px; background: inherit; border-radius: 0.313em 0 0 0.313em;}
.generalsec .segmentgen .secon .badge:after{width: 19px; height: 0.313em; background: rgba(0,0,0,0.35); bottom: -0.313em; left: -18px; border-radius: 0.313em 0 0 0.313em; -webkit-box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3); -moz-box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3); box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);}
.generalsec .genbook{display: flex; position: relative; }
.generalsec .genbook .upbook{width: 220px; margin-left: -124px; margin-top: 40px; padding-bottom: 40px;}
.generalsec .genbook .upbook img{width: 100%; border: 5px solid rgba(121, 196, 48, 0.7); padding: 7px; border-radius: 50px 5px 5px 5px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
.generalsec .genbook:hover .upbook img{-moz-transform:scale(0.9); -webkit-transform:scale(0.9); -o-transform:scale(0.9); border: solid 2px #e26224;}
.generalsec .genbook .genside{padding: 30px; border-radius: 20px; width: 90%;}
.generalsec .genbook .genside .infoodic{border-left: solid 4px #d76b2b; padding: 5px 10px; border-radius: 5px; background: rgba(215,107,43,.1);}
.generalsec .genbook .genside .infoodic .booknametxt{color: #d76b2b; text-transform:capitalize;}
.generalsec .genbook .genside .auttxt{font-style:italic; color: #192f85; text-transform:capitalize;}
.generalsec .genbook .genside .contentt{line-height: 20px; text-align: justify; font-size:17px;}
.generalsec .segmentgen.alter{margin-right: auto; margin-left: inherit;}
.generalsec .segmentgen.alter .upbook{margin-right: -124px; margin-left: auto;}
.generalsec .segmentgen.alter .genbook .upbook img{border-radius: 5px 50px 5px 5px;}
.generalsec .segmentgen.alter .secon{position:absolute; top:0; left:inherit; right:0;}
.generalsec .segmentgen.alter .secon .badge:before{width: 20px; height: 100%; padding: 0 .438em 0 0; left:inherit; right: -20px; background: inherit; border-radius: 0 0.313em 0.313em 0;}
.generalsec .segmentgen.alter .secon .badge:after{width: 19px; height: 0.313em; background: rgba(0,0,0,0.35); bottom: -0.313em; left:inherit; right: -18px; border-radius: 0 0.313em 0.313em 0; -webkit-box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3); -moz-box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3); box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);}
.newarrivesec{position:relative; background-repeat: no-repeat;background-position: center center;background-size: cover;}
.newarrivesec .transpsec{background: rgba(255,255,255,.7); border-radius: 10px; padding: 30px; -moz-box-shadow: rgba(225, 197, 49, 0.43) 0px 7px 29px 0px; -webkit-box-shadow: rgba(225, 197, 49, 0.43) 0px 7px 29px 0px; box-shadow: rgba(225, 197, 49, 0.43) 0px 7px 29px 0px;}
.newarrivesec .boxx{padding-left:20px;}
.newarrivesec .boxx .newbookbox{position:relative;/*padding-bottom:40px;*/ min-height:220px;display:flex;align-items:flex-end;overflow:hidden;border-radius:15px; z-index: 1;}
.newarrivesec .boxx .newbookbox:before{display:none; content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:160px;height:160px;background-color:#ffbf62;border-radius:50%;-ms-transition:.3s;-o-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;transition:.3s}
.newarrivesec .boxx .newbookbox img{height:170px; transform:scale(1);margin-left:auto;margin-right:auto;transition:.3s!important;width:130px; border-radius: 5px; -webkit-box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; -moz-box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;}
.newarrivesec .boxx:hover .newbookbox img{height:180px;transform:scale(1);padding-bottom:10px}
.newarrivesec .boxx:hover .newbookbox:before{background-color:#d96625;}
.newarrivesec .boxx .inform{margin-top: -40px; -moz-transition: all ease .4s; -webkit-transition: all ease .4s; transition: all ease .4s; background-color: #d96625; -webkit-box-shadow: rgba(50, 50, 93, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px; -moz-box-shadow: rgba(50, 50, 93, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px; box-shadow: rgba(50, 50, 93, 0.15) 0px 13px 27px -5px, rgba(0, 0, 0, 0.1) 0px 8px 16px -8px;}
.newarrivesec .boxx:hover .inform{background-color: #79c430;}
.newarrivesec .boxx .inform .inner{background: #fff;border-radius: 20% 0 30% 0;padding: 50px 20px 20px 20px; position:relative;}
.newarrivesec .boxx .inform .inner .boname{font-size: 22px;color: #192f85; overflow: hidden; height: 78px;}
.newarrivesec .boxx .inform .inner .authrname{color:#79c430; overflow: hidden; height: 48px;}
.newarrivesec .boxx .inform .inner .readbtn{padding: .15rem .2rem;font-size: 13px;background-color: #79c430; border-color: #79c430;}
.newarrivesec .boxx .inform .inner .readbtn:hover, .newarrivesec .boxx .inform .inner .readbtn:focus{background-color: #192f85; border-color: #192f85;}
.newarrivesec .boxx .inform .inner .badge{position: absolute;right: 0;top: 0; z-index:1; background-color: #0d5dd3 !important; }
.newarrivee.breadsec::before{background-color: rgba(197, 168, 5, 0.85);}
.ballonleft{position: absolute;left: 0;top: 0; width:330px;}
.ballonbottom{position: absolute;right: 0;bottom: 0; width:340px;}
.decorit{position: absolute;right: 0;top: 0; width: 200px; opacity: 0.7;}
.newarrivesec .linear-wipe {text-align: center; background: linear-gradient(to right, #79c430 20%, #e26224 40%, #e26224 60%, #79c430 80%); background-size: 200% auto; background-clip: text; text-fill-color: transparent; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: shine 1s linear infinite;}
@keyframes shine {
    to {background-position: 200% center;}
  }
  
.authoraboutmod .modal-body{background-image:url(../images/authorpicbac.jpg); background-size: cover;background-position: center center; background-repeat: no-repeat;}
.authoraboutmod .overr{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #f1a841e0;}
.authoraboutmod .authorpic{padding: 48px 16px 16px 16px;}
.authoraboutmod .authorpic .imggauthor{width: 100%; border: solid 5px #ffe4a3;}
.authoraboutmod .authorpic .locaton{color:#ffe4a3;}
.authoraboutmod .aboutdel{font-size: 17px; text-align:justify; padding: 40px 25px 20px 0;}
.authoraboutmod .btn-close{z-index: 1; position: absolute;right: 5px;top: 5px; background-color: #ffe4a3;width: 24px;height: 23px;color: #000000;opacity: 100;line-height: 24px;font-size: 18px;}

.termsec{background-repeat: no-repeat;background-position: center center;background-size: cover;}
.termsec .termcontt{border: dashed 4px #e26224; font-size: 17px; text-align:justify;}
.termsec .termcontt .termlist{padding-left:15px;}
.termsec .termcontt .termlist li{font-size:22px; color: #d76b2b;}
.termsec .termcontt .termlist li p{font-size:18px; color: #524f4f;}

.bookdetailbox{background-repeat: no-repeat;background-position: center center;background-size: cover;}
.bookdetailbox .picimg{background: #e26224;padding: 10px;border-radius: 5px; -moz-box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px; -webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px; box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.bookdetailbox .authorr{color: #192f85; display:flex;  grid-column-gap:2%;}
.bookdetailbox .descbox{border:dashed 4px #e26224;padding: 25px;border-radius: 5px; font-size:18px;}










